-
Notifications
You must be signed in to change notification settings - Fork 1.6k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Add a simple reproducibility test command. #13689
Conversation
9ba04e5
to
d13673b
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
pretty cool, I just gave it a little spin.
Currently ccache
in my PATH
is not detected in which case it should also abort.
🚀
## Simple tool to test build reproducibility | ||
|
||
Meson now ships with a command for testing whether your project can be | ||
[built reprodicibly](https://reproducible-builds.org/). It can be used |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
typo: s/reprodicibly/reproducibly
# Note: when adding arguments, please also add them to the completion | ||
# scripts in $MESONSRC/data/shell-completions/ |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Have I missed these?
FWICT all warnings are about too many positional arguments, which is unrelated to this change. |
@jpakkane, we fixed the "too many positional arguments" thing in the master branch |
All green after rebase. |
I'd still like to see the protocol used for typing the arguments instead of |
33d66fa
to
fc43ee6
Compare
No description provided.